projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a27ba44
)
GdkDevice: Use G_PARAM_EXPLICIT_NOTIFY
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 7 Jun 2014 18:02:17 +0000
(14:02 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 9 Jun 2014 17:30:53 +0000
(13:30 -0400)
gdk/gdkdevice.c
patch
|
blob
|
history
diff --git
a/gdk/gdkdevice.c
b/gdk/gdkdevice.c
index 2e9807d31621dd430361ee25ec42b59e5888c750..544b681ce48270ff025ef43cdf4562c036847276 100644
(file)
--- a/
gdk/gdkdevice.c
+++ b/
gdk/gdkdevice.c
@@
-190,7
+190,7
@@
gdk_device_class_init (GdkDeviceClass *klass)
GDK_TYPE_INPUT_SOURCE,
GDK_SOURCE_MOUSE,
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY |
- G_PARAM_STATIC_STRINGS));
+ G_PARAM_STATIC_STRINGS
| G_PARAM_EXPLICIT_NOTIFY
));
/**
* GdkDevice:input-mode:
*
@@
-205,7
+205,7
@@
gdk_device_class_init (GdkDeviceClass *klass)
P_("Input mode for the device"),
GDK_TYPE_INPUT_MODE,
GDK_MODE_DISABLED,
- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
+ G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS
| G_PARAM_EXPLICIT_NOTIFY
));
/**
* GdkDevice:has-cursor:
*